Welcome![Sign In][Sign Up]
Location:
Search - ucos keil

Search list

[Other resourceuCOS-II2.85_for_Keil_C51

Description: UCOSII2.85针对8051单片机的移植版本,开发环境为KEIL C51。
Platform: | Size: 522432 | Author: simon | Hits:

[Other resourceucos-ii

Description: ucos系统,新华龙51单片机开发,可直接移植。keil 编译环境编译,内部使用c语言编写。
Platform: | Size: 215193 | Author: mahaifeng | Hits:

[Other resourceucOS-xht

Description: 一个关于UCOS的KEIL工程,完整。在KEIL下仿真通过。硬件仿真我还在努力。
Platform: | Size: 677025 | Author: xhtiger | Hits:

[Other resourceMicrium-NXP-uCOS-II-MCB2300

Description: KEIL平台下,LPC23XX官方的UCOSii的移植文件,包含各种功能的测试程序.
Platform: | Size: 2707155 | Author: 周从文 | Hits:

[Other resourceLPC214X_uCOS-II+for+KEIL

Description: 这是一个在KEIL环境下个人编译通过并调试过的ARM的UCOS例子
Platform: | Size: 492934 | Author: 陈立云 | Hits:

[Other resourceucos-II@7s64

Description: keil 下的ucOS移植程序。移植平台AT91SAM7S64.
Platform: | Size: 633171 | Author: yanbin | Hits:

[Other resourceuCOSII2.83(Keil)

Description: keil mdk 3.22下移植的uCOS II 2.83,可在板上RAM中直接调试。
Platform: | Size: 550314 | Author: 愚蠢de智者 | Hits:

[Other resource18.1-uCOS

Description: STM32 开发板例子:ucOS. 开发环境:Keil For ARM
Platform: | Size: 763556 | Author: 叶子 | Hits:

[Otherlesson14-keil

Description: arm+ucos+汉显+AD 可用PROTEUS+KEIL仿真
Platform: | Size: 149624 | Author: 张国辉 | Hits:

[Other resourceMicrium-NXP-uCOS-II-LCD-MCB2300

Description: Micrium公司的基于UCOS II的源代码,开板板为英蓓特的2300或者KEIL公司的MCB23
Platform: | Size: 2658493 | Author: 王满仓 | Hits:

[Other resourceuCOS-II用Keil 7_5 for 51

Description: uCOS-II在51单片机上的移植,用Keil 7.5编译通过,希望对移植uCOS的人以启发和帮助。-uCOS-II microcontroller in the 51 transplants, with Keil 7.5 compile, and I hope to transplant uCOS people to inspire and help.
Platform: | Size: 478394 | Author: 李招您 | Hits:

[Other resource在W78E58处理器上移植的uCOS-II

Description: 在W78E58处理器上移植的uCOS-II 适用于keil,稍微修改可用于所有的51系列-in W78E58 processors transplant uCOS-II applicable to Keil, slightly modified to be used in all 51 series
Platform: | Size: 1185286 | Author: 姚建业 | Hits:

[SourceCodeucos-ii在ARM7 LPC2103下移植使用(Keil环境下)

Description: ucos-ii 在ARM7 LPC2103下移植使用 (Keil环境下)
Platform: | Size: 196571 | Author: zengjian1262006@126.com | Hits:

[SourceCodeucos邮箱使用LPC2138

Description: UCOS有型啊的使用,需要keil软件,有仿真实例,用仿真软件proteus打开
Platform: | Size: 1216178 | Author: 149519382 | Hits:

[ARM-PowerPC-ColdFire-MIPSucosiii 移植工程

Description: 可以正确于 Keil MDK4 下编译及使用 Keil MDK 的 Simulator 正确模拟的 uCOS-III 版本.
Platform: | Size: 925991 | Author: xyz543 | Hits:

[SourceCodeKeil1700工程模版

Description: 1700的KEIL工程模版,分为普通模版和UCOS模版
Platform: | Size: 182743 | Author: 13295969@qq.com | Hits:

[SCMkeil uCOS_II v2.52 port

Description: embeded in keil51
Platform: | Size: 93184 | Author: 洪嘉 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[uCOSucos_ii_in_keil_for_c164

Description: keil C166下ucos-ii,c164ci的移植程序-under CENTER-ii, the transplant procedure c164ci
Platform: | Size: 75776 | Author: 何利波 | Hits:

[uCOSyy

Description: Keil C51的UCOS-2操作系统源代码-ucos-2 operation system source code for Keil C51
Platform: | Size: 78848 | Author: 龙一啸 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »

CodeBus www.codebus.net